-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Replace usage of env variables with application config in app state #178
feat: Replace usage of env variables with application config in app state #178
Conversation
/deploy-review
|
/deploy-review
|
/deploy-review
|
/deploy-review
|
The current approach of using env variables makes testing much harder, since variables are in global scope.
Replace it with
app_config
object, that's passed during application init, and could be modified for testing purposes